go.pact.im/x/supervisor.Supervisor.clock (field)

4 uses

	go.pact.im/x/supervisor (current package)
		restart.go#L44: 	timer := m.clock.Timer(interval)
		restart.go#L94: 					t := m.clock.Timer(wait)
		supervisor.go#L21: 	clock *clock.Clock
		supervisor.go#L80: 		clock:   o.Clock,